#include <BustaGraphics.h>
Public Member Functions | |
void | drawSPGame (BustaModelGameState *gs) |
Draws a window containg a singleplayer game. | |
void | drawChef (BustaModelChef c) |
Draws the chef. | |
void | drawTipJar (BustaModelTipJar tj) |
Draws the tip jar. | |
void | drawScore (int score) |
Draws the score. | |
void | drawMPGame (BustaModelGameState gs) |
Draws a window containg a multiplayer game. | |
void | drawOpponentBoard (BustaModelGameState gs) |
Draws the opponent's game board. | |
void | drawMainScreen () |
Draws the main screen. | |
void | drawChefSelelection () |
Draws the chef selection screen. | |
void | drawHighScores () |
Draws the high scores screen. | |
void | drawRankings () |
Draws the rankings screen. | |
void | drawOptions () |
Draws the options screen. | |
void | drawConnection () |
Draws the connect screen. |
|
Draws the chef.
|
|
Draws a window containg a multiplayer game.
|
|
Draws the opponent's game board.
|
|
Draws the score.
|
|
Draws a window containg a singleplayer game.
|
|
Draws the tip jar.
|